Unconditionally write Cargo.lock
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 23:10:40 +0000 (16:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 7 Aug 2014 00:09:24 +0000 (17:09 -0700)
commitac7141e1cd2c089009ff19c6aeec48fbd3ac6ff5
treee43258879ac555e729732afa3bbc6d18b82ff62f
parentf51a2f923409176420b84611176a059d03d9ffce
Unconditionally write Cargo.lock

Otherwise `cargo-update` ends up not doing much because all sources are
considered equal regardless of their precision.
src/cargo/ops/cargo_generate_lockfile.rs
tests/test_cargo_generate_lockfile.rs